[INFO] fetching crate feroxide 1.3.2...
[INFO] fixing feroxide-1.3.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate feroxide 1.3.2 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate feroxide 1.3.2
[INFO] finished tweaking crates.io crate feroxide 1.3.2
[INFO] tweaked toml for crates.io crate feroxide 1.3.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate feroxide 1.3.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] [stderr]       Adding toml v0.4.10 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `feroxide` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db
[INFO] running `Command { std: "docker" "start" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `feroxide` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling feroxide v1.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/electron.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     };
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data_sep.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / lazy_static! {
[INFO] [stdout]  80 | |     pub static ref SEPMAP: HashMap<u64, SEP> = {
[INFO] [stdout]  81 | |         let mut map = HashMap::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     };
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/electron.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     };
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data_sep.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / lazy_static! {
[INFO] [stdout]  80 | |     pub static ref SEPMAP: HashMap<u64, SEP> = {
[INFO] [stdout]  81 | |         let mut map = HashMap::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     };
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:318:5
[INFO] [stdout]     |
[INFO] [stdout] 318 |     format!("{}", HYDROGEN); // Atom
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 318 |     let _ = format!("{}", HYDROGEN); // Atom
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:319:5
[INFO] [stdout]     |
[INFO] [stdout] 319 |     format!("{}", SUGAR.clone()); // Molecule
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 319 |     let _ = format!("{}", SUGAR.clone()); // Molecule
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:320:5
[INFO] [stdout]     |
[INFO] [stdout] 320 |     format!("{}", AMMONIUM.clone()); // Ion
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let _ = format!("{}", AMMONIUM.clone()); // Ion
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:321:5
[INFO] [stdout]     |
[INFO] [stdout] 321 |     format!("{}", ELECTRON.clone()); // Electron
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 321 |     let _ = format!("{}", ELECTRON.clone()); // Electron
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 |     format!("{}", reactioncompound); // ReactionCompound
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let _ = format!("{}", reactioncompound); // ReactionCompound
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:323:5
[INFO] [stdout]     |
[INFO] [stdout] 323 |     format!("{}", reactionside); // ReactionSide
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 323 |     let _ = format!("{}", reactionside); // ReactionSide
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:324:5
[INFO] [stdout]     |
[INFO] [stdout] 324 |     format!("{}", reaction); // Reaction
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 324 |     let _ = format!("{}", reaction); // Reaction
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:325:5
[INFO] [stdout]     |
[INFO] [stdout] 325 |     format!("{}", containercompound); // ContainerCompound
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 325 |     let _ = format!("{}", containercompound); // ContainerCompound
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/lib.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 |     format!("{}", container); // Container
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 326 |     let _ = format!("{}", container); // Container
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/namings.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |         panic!(n.to_string().to_owned() + " uncalculatable");
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 86 |         panic!("{}", n.to_string().to_owned() + " uncalculatable");
[INFO] [stdout]    |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |         panic!(n.to_string() + " uncalculatable");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 131 |         panic!("{}", n.to_string() + " uncalculatable");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |         panic!(n.to_string() + " can't be converted to subscript.");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 162 |         panic!("{}", n.to_string() + " can't be converted to subscript.");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:200:16
[INFO] [stdout]     |
[INFO] [stdout] 200 |         panic!(n.to_string() + " can't be converted to superscript.");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 200 |         panic!("{}", n.to_string() + " can't be converted to superscript.");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/namings.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |         panic!(n.to_string().to_owned() + " uncalculatable");
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 86 |         panic!("{}", n.to_string().to_owned() + " uncalculatable");
[INFO] [stdout]    |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |         panic!(n.to_string() + " uncalculatable");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 131 |         panic!("{}", n.to_string() + " uncalculatable");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |         panic!(n.to_string() + " can't be converted to subscript.");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 162 |         panic!("{}", n.to_string() + " can't be converted to subscript.");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/namings.rs:200:16
[INFO] [stdout]     |
[INFO] [stdout] 200 |         panic!(n.to_string() + " can't be converted to superscript.");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 200 |         panic!("{}", n.to_string() + " can't be converted to superscript.");
[INFO] [stdout]     |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use(ion_from_molecule)]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: all finished
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use(ion_from_molecule)]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db", kill_on_drop: false }`
[INFO] [stdout] 2cd3b849139a28deb69a1f865dfab6dae39d70993ae7f955ce6fd8a0abc2d4db
